home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / wildhearts_stage_dive.swf / scripts / DefineSprite_101 / frame_9 / DoAction_2.as next >
Text File  |  2011-08-19  |  377b  |  19 lines

  1. trace("curRun=" + curRun + " numRuns=" + numRuns);
  2. if(curRun <= numRuns)
  3. {
  4.    background._x = 0;
  5.    sofaContainer._x = 0;
  6.    player._x = px;
  7.    player._y = py;
  8.    for(var i in panels)
  9.    {
  10.       panels[i].removeMovieClip();
  11.    }
  12.    for(var i in sofaItems)
  13.    {
  14.       sofaItems[i].removeMovieClip();
  15.    }
  16.    panels = new Array();
  17.    sofaItems = new Array();
  18. }
  19.